Get a Schedule's Execution Status
{ getScheduleExecutionStatus }
Returns the status of a schedule's job executions
Method
/API2/tasks/getScheduleExecutionStatus
Input Parameters
Name
executionId
Type
string
Description
The execution's system ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Returns the task status indicator
Examples
Find and Run a scheduled task (JavaScript):
This example demonstrates how to find a item's schedule and then run it programmatically.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.